Int32 objectType
Uns32 objectSize
EndianEnum byteOrder
RawData objectData[objectSize]
An unknown binary object is used to transport unknown data found in a binary file. It is an encapsulated replica of that unknown data. In the usual case, an unknown binary object contains an ill-formed object specification. Your file reading program may be designed to transport the data contained in an unknown text object, to validate and convert the data to a specification of a known object, or to discard the data.
An unknown binary object may occur in a text file as well as in a binary file.